View Issue Details

IDProjectCategoryView StatusLast Update
0001903PartDesignBugpublic2015-01-08 11:51
Reporterdawonn Assigned ToJriegel 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx64OSUbuntuOS Version14.04 LTS
Product Version0.14 
Fixed in Version0.15 
Summary0001903: Pad dimension requires space between dimension and " symbol.
DescriptionPad dimension requires space between dimension and " symbol.

For example [2"] is interpreted as [2 mm], but [2 "] is correctly interpreted as [2 inch].
TagsNo tags attached.
FreeCAD Information

Activities

shoogen

2015-01-08 10:25

developer   ~0005586

can you please supply your full FreeCAD version information, as described in http://forum.freecadweb.org/viewtopic.php?f=3&t=5236 as Step 4. or http://forum.freecadweb.org/viewtopic.php?f=3&t=2264

I can not reproduce the problem on
OS: Debian GNU/Linux 7.7 (wheezy)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4431 +161 (Git)
Branch: yorik/path-module
Hash: 0212dde83894752b958229680fb4995f7e0d6ea5
Python version: 2.7.3
Qt version: 4.8.2
Coin version: 4.0.0a
OCC version: 6.8.1.dev-4cf9a9f

dawonn

2015-01-08 10:45

reporter   ~0005588

You appear to have a newer version. :) I installed from the ppa and thought it was the newest. Should I pull from git and compile my own copy?

OS: Ubuntu 14.04.1 LTS
Word size: 64-bit
Version: 0.14.3702 (Git)
Branch: releases/FreeCAD-0-14
Hash: b3368125c63289ec8ce9faec2b2ae4c78d436406
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.0

wmayer

2015-01-08 11:17

administrator   ~0005592

You apparently have installed the version of the stable ppa. You can switch to the daily ppa and get the latest version.

dawonn

2015-01-08 11:20

reporter   ~0005593

I found it, thanks!

Confirmed working, you guys are the best!

OS: Ubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4434 (Git)
Branch: master
Hash: be2e19168122063eb6978f22947ecf4834a5da33
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.7.1

wmayer

2015-01-08 11:50

administrator   ~0005594

FYI,
in 0.14.3702:
App.Units.parseQuantity('2"') => 2
App.Units.parseQuantity('2 "') => 50.8 mm

in 0.15.4386:
App.Units.parseQuantity('2"') => 50.8 mm
App.Units.parseQuantity('2 "') => 50.8 mm

wmayer

2015-01-08 11:51

administrator   ~0005595

Confirmed for 0.14, fixed in 0.15.

Issue History

Date Modified Username Field Change
2015-01-08 07:41 dawonn New Issue
2015-01-08 10:25 shoogen Note Added: 0005586
2015-01-08 10:45 dawonn Note Added: 0005588
2015-01-08 11:17 wmayer Note Added: 0005592
2015-01-08 11:20 dawonn Note Added: 0005593
2015-01-08 11:50 wmayer Note Added: 0005594
2015-01-08 11:51 wmayer Note Added: 0005595
2015-01-08 11:51 wmayer Status new => closed
2015-01-08 11:51 wmayer Assigned To => Jriegel
2015-01-08 11:51 wmayer Resolution open => fixed
2015-01-08 11:51 wmayer Fixed in Version => 0.15